From: Richard M. Stallman Date: Thu, 6 May 1993 18:42:47 +0000 (+0000) Subject: Support *-sco3.2v4* as opsystem. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96382 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ea6ecc214cfad3bf9f2372503a24c745065e3a1e;p=emacs.git Support *-sco3.2v4* as opsystem. --- diff --git a/configure1.in b/configure1.in index 1a3915b019d..db232e2f152 100755 --- a/configure1.in +++ b/configure1.in @@ -552,6 +552,7 @@ case "${configuration}" in *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;;